docs: overhaul main README and update site title to OpenUI5 Tutorials - #328
Merged
Conversation
petermuessig
approved these changes
Aug 12, 2026
KlattG
reviewed
Aug 13, 2026
KlattG
left a comment
Contributor
There was a problem hiding this comment.
[LATE] I found some grammar issues - please correct!
| ``` | ||
|
|
||
| To use install the required UI5 libraries, execute the following command: | ||
| To use install the required OpenUI5 libraries, execute the following command: |
Contributor
There was a problem hiding this comment.
Suggested change
| To use install the required OpenUI5 libraries, execute the following command: | |
| To install the required OpenUI5 libraries, execute the following command: |
| #### ui5.yaml | ||
|
|
||
| Next, we have to configure the tooling extension we installed from npm to our UI5 CLI setup, so we can use them in our project. To hook a custom task into a certain build phase of a project, it needs to reference another task that will get executed before or after it. The same applies for a custom middleware: | ||
| Next, we have to configure the tooling extension we installed from npm to our UI5 CLI setup, so we can use them in our project. To hook a custom task into a certain build phase of a project, it needs to reference another task that will get executed before or after it. The same applies for a custom middleware: |
Contributor
There was a problem hiding this comment.
Suggested change
| Next, we have to configure the tooling extension we installed from npm to our UI5 CLI setup, so we can use them in our project. To hook a custom task into a certain build phase of a project, it needs to reference another task that will get executed before or after it. The same applies for a custom middleware: | |
| Next, we have to configure the tooling extension we installed from npm to our UI5 CLI setup, so we can use it in our project. To hook a custom task into a certain build phase of a project, it needs to reference another task that will get executed before or after it. The same applies for a custom middleware: |
petermuessig
added a commit
that referenced
this pull request
Aug 13, 2026
Address KlattG's review comments on #328: - "To use install the required OpenUI5 libraries" -> "To install the required OpenUI5 libraries" (stray "use"). - "so we can use them in our project" -> "so we can use it in our project" (singular: the tooling extension).
petermuessig
added a commit
that referenced
this pull request
Aug 13, 2026
Address KlattG's review comments on #328: - "To use install the required OpenUI5 libraries" -> "To install the required OpenUI5 libraries" (stray "use"). - "so we can use them in our project" -> "so we can use it in our project" (singular: the tooling extension).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the repository-level documentation and site title across ~6 files.
1. Main README overhaul
Replaces the flat description with a structured Learning path table
(Foundation vs. Deep dive), a Repository structure section, and
updated prerequisites. Also fixes multiple typos and a non-breaking space
in the Data Binding row.
2. Quickstart README update
Rewrites the description to reflect the actual scope of the tutorial
(MVC basics, data binding showcase, navigation in action).
3. Site title rename
Updates "UI5 Tutorials" → "OpenUI5 Tutorials" in the GH Pages builder
(
prepare-gh-pages.js) and the dev-server template (ghpage-template.hbs).4. Minor text fixes
packages/quickstart/steps/01/README.md: "UI5 libraries" → "OpenUI5 libraries"; removes extra whitespacepackages/walkthrough/README.md: minor wording adjustment